Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Markers


Q3Marker_SetYOffset

You can use the Q3Marker_SetYOffset function to set the vertical offset of a marker.

TQ3Status Q3Marker_SetYOffset (
TQ3GeometryObject marker, 
long yOffset);
marker
A marker.
yOffset
The desired vertical offset of the specified marker.
DESCRIPTION
The Q3Marker_SetYOffset function sets the vertical offset of the marker specified by the marker parameter to the value specified in the yOffset parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996